Class ContentLibraryConstants
Inheritance
System.Object
ContentLibraryConstants
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
public static class ContentLibraryConstants
Fields
View SourceCONTENT_FILE_DOWNLOAD_NO_FILE_GIVEN
Declaration
public const string CONTENT_FILE_DOWNLOAD_NO_FILE_GIVEN = "The file to download is null."
Field Value
Type | Description |
---|---|
System.String |
GET_CONTENT_ITEM_FAILURE
Declaration
public const string GET_CONTENT_ITEM_FAILURE = "An error occured when trying to fetch the content item from the channel of id {0}"
Field Value
Type | Description |
---|---|
System.String |
GET_CONTENT_ITEM_SUCCESS
Declaration
public const string GET_CONTENT_ITEM_SUCCESS = "Content item of the channel {0} have been successfully fetched!"
Field Value
Type | Description |
---|---|
System.String |
GET_CONTENT_ITEM_SUCCESS_OFFLINE
Declaration
public const string GET_CONTENT_ITEM_SUCCESS_OFFLINE = "Content item of the channel {0} have been successfully fetched offline!"
Field Value
Type | Description |
---|---|
System.String |
NO_PROVIDER_NAME_PROVIDED
Declaration
public const string NO_PROVIDER_NAME_PROVIDED = "No provider name has been provided as part of this process."
Field Value
Type | Description |
---|---|
System.String |