Show / Hide Table of Contents

Class ContentProvider

Inheritance
System.Object
ContentProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.ContentLibrary
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ContentProvider

Fields

View Source

Ordinal

Declaration
public int Ordinal
Field Value
Type Description
System.Int32
View Source

ProviderDisplayName

Declaration
public string ProviderDisplayName
Field Value
Type Description
System.String
View Source

ProviderName

Declaration
public string ProviderName
Field Value
Type Description
System.String
View Source

SupportsDeletingContentItem

Declaration
public bool SupportsDeletingContentItem
Field Value
Type Description
System.Boolean
View Source

SupportsModifyingContentItem

Declaration
public bool SupportsModifyingContentItem
Field Value
Type Description
System.Boolean
View Source

SupportsUploadingNewContentItem

Declaration
public bool SupportsUploadingNewContentItem
Field Value
Type Description
System.Boolean

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX