C# Class Exo.KfxReleaseScript.Helper

Contains utility methods and constants Author: Brice Revenant
Mostrar archivo Open project: exodev/jcr-msofficeplugin

Public Properties

Property Type Description
CUSTOM_PROP_DESTINATION_PATH string
CUSTOM_PROP_DESTINATION_TYPE string
DOCUMENT_NAME_DESTINATION string

Public Methods

Method 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 method

public static GetCustomProperty ( CustomProperties properties, String name ) : string
properties CustomProperties
name String
return string

KfxLinkSourceTypeToString() public static method

public static KfxLinkSourceTypeToString ( KfxLinkSourceType type ) : string
type KfxLinkSourceType
return string

SetCustomProperty() public static method

public static SetCustomProperty ( CustomProperties properties, String name, String value ) : void
properties CustomProperties
name String
value String
return void

WebDAVStatusToString() public static method

public static WebDAVStatusToString ( int status ) : string
status int
return string

Property Details

CUSTOM_PROP_DESTINATION_PATH public_oe static_oe property

public static string CUSTOM_PROP_DESTINATION_PATH
return string

CUSTOM_PROP_DESTINATION_TYPE public_oe static_oe property

public static string CUSTOM_PROP_DESTINATION_TYPE
return string

DOCUMENT_NAME_DESTINATION public_oe static_oe property

public static string DOCUMENT_NAME_DESTINATION
return string