C# Class Exo.KfxReleaseScript.Helper

Contains utility methods and constants Author: Brice Revenant
Afficher le fichier Open project: exodev/jcr-msofficeplugin

Méthodes publiques

Свойство Type Description
CUSTOM_PROP_DESTINATION_PATH string
CUSTOM_PROP_DESTINATION_TYPE string
DOCUMENT_NAME_DESTINATION string

Méthodes publiques

Méthode Description
GetCustomProperty ( CustomProperties properties, String name ) : string
KfxLinkSourceTypeToString ( KfxLinkSourceType type ) : string
SetCustomProperty ( CustomProperties properties, String name, String value ) : void
WebDAVStatusToString ( int status ) : string

Method Details

GetCustomProperty() public static méthode

public static GetCustomProperty ( CustomProperties properties, String name ) : string
properties CustomProperties
name String
Résultat string

KfxLinkSourceTypeToString() public static méthode

public static KfxLinkSourceTypeToString ( KfxLinkSourceType type ) : string
type KfxLinkSourceType
Résultat string

SetCustomProperty() public static méthode

public static SetCustomProperty ( CustomProperties properties, String name, String value ) : void
properties CustomProperties
name String
value String
Résultat void

WebDAVStatusToString() public static méthode

public static WebDAVStatusToString ( int status ) : string
status int
Résultat string

Property Details

CUSTOM_PROP_DESTINATION_PATH public_oe static_oe property

public static string CUSTOM_PROP_DESTINATION_PATH
Résultat string

CUSTOM_PROP_DESTINATION_TYPE public_oe static_oe property

public static string CUSTOM_PROP_DESTINATION_TYPE
Résultat string

DOCUMENT_NAME_DESTINATION public_oe static_oe property

public static string DOCUMENT_NAME_DESTINATION
Résultat string